<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header,
footer,
#main {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  display: block;
  position: relative;
}
/* 脙楼脗聫脣艙脙漏芒鈧∶偮� */
/*css3*/
.clear::after {
  display: block;
  content: '';
  clear: both;
}
/************************header************************/
.logo {
  overflow: hidden;
  padding: 35px 0;
}
.logo h1 {
  float: left;
}
.logo p {
  float: right;
  color: #202020;
  background: url("../images/tel.png") no-repeat left center;
  padding-left: 45px;
}
.logo p span {
  display: block;
  font-size: 28px;
}
.logo p small {
  display: block;
  font-size: 14px;
}
.nav {
  background: #3f3f3f;
  overflow: hidden;
  height: 52px;
}
.nav ul li {
  float: left;
  width: 11.11111111%;
}
.nav ul li.n_act a {
  background: #f18120;
  color: #fff;
}
.nav ul li a {
  display: block;
  line-height: 52px;
  text-align: center;
  overflow: hidden;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  color: #fff;
}
.nav ul li a:hover {
  background: #f18120;
  color: #fff;
}
/*search*/
.search {
  overflow: hidden;
  margin-top: -100px;
  position: relative;
  z-index: 100;
}
.search .wrapper {
  background: #f3f3f3;
  overflow: hidden;
}
.search .se_left {
  float: left;
  width: 405px;
  background: #fff;
}
.search .se_left form {
  display: block;
  padding: 28px;
  position: relative;
}
.search .se_left form input {
  line-height: 40px;
  height: 40px;
  display: block;
  border: 1px solid #ccc;
  border-radius: 20px;
  width: 100%;
  outline: none;
  text-indent: 10px;
}
.search .se_left form button {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/sch.png") no-repeat center;
  text-indent: -999rem;
  position: absolute;
  right: 28px;
  top: 28px;
}
.search .se_left p {
  background: #f3f3f3;
  padding: 40px;
  font-size: 14px;
}
.search .se_left p a {
  color: #a2a2a2;
  padding-right: 10px;
}
.search .wrapper &gt; img {
  float: left;
}
.search .se_right {
  float: left;
  height: 256px;
  background: #f3f3f3;
  padding: 0 38px;
}
.search .se_right p {
  color: #242424;
  margin: 55px 0 40px;
}
.search .se_right p b {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.search .se_right p span {
  display: block;
  font-size: 25px;
  font-weight: 700;
}
.search .se_right ul {
  display: flex;
  justify-content: space-between;
  display: -webkit-flex;
}
.search .se_right ul li a {
  display: block;
  font-size: 14px;
  color: #181818;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 40px;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.search .se_right ul li a:hover {
  color: #0c53af;
}
.search .se_right ul li:nth-of-type(1) a {
  background-image: url("../images/qq.png");
}
.search .se_right ul li:nth-of-type(2) a {
  background-image: url("../images/wx.png");
}
.search .se_right ul li:nth-of-type(3) a {
  background-image: url("../images/map.png");
}
.search .se_ewm {
  float: right;
  background: #f18120;
  height: 256px;
  width: 226px;
  text-align: center;
}
.search .se_ewm img {
  margin-top: 66px;
}
.search .se_ewm small {
  display: block;
  color: #fff;
  font-size: 14px;
}
/************************main************************/
/*product*/
.main-title {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px;
}
.main-title p {
  font-size: 36px;
}
.main-title p span {
  color: #282828;
  background: url("../images/tbg.png") no-repeat center bottom;
  padding-bottom: 25px;
  display: block;
}
.main-title p b {
  color: #0c53af;
}
.main-title p small {
  display: block;
  font-size: 16px;
  color: #9f9f9f;
  margin-top: 20px;
}
.main-title2 p span {
  color: #fff;
}
.main-title2 p small {
  color: #fff;
}
.product {
  overflow: hidden;
  padding-bottom: 45px;
}
/*sidebar*/
.sidebar {
  width: 280px;
  float: left;
  overflow: hidden;
}
.sidebar .s-tit {
  background: #353235;
  padding: 28px 0;
  text-align: center;
}
.sidebar .s-tit b {
  display: block;
  color: #f18120;
  font-size: 24px;
}
.sidebar .s-tit small {
  font-size: 12px;
  color: #a4a4a4;
}
.sidebar ul {
  background: #fff;
  margin-top: 3px;
}
.sidebar ul li a {
  display: block;
  line-height: 55px;
  height: 55px;
  position: relative;
}
.sidebar ul li a.on {
  background: #f18120;
}
.sidebar ul li a.on:after {
  left: 0;
}
.sidebar ul li a.on span {
  color: #fff;
}
.sidebar ul li a.on b {
  background: rgba(236, 236, 236, 0.67);
  color: #fff;
}
.sidebar ul li a:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: #f18120;
  position: absolute;
  left: -100%;
  top: 0;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.sidebar ul li a span {
  position: relative;
  z-index: 2;
  color: #4f4f4f;
  padding-left: 28px;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.sidebar ul li a b {
  position: absolute;
  z-index: 2;
  width: 23px;
  height: 23px;
  background: #ececec;
  color: #ccc;
  border-radius: 50%;
  display: block;
  right: 10px;
  margin-top: -12px;
  top: 50%;
  line-height: 20px;
  text-align: center;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.sidebar ul li a:hover:after {
  left: 0;
}
.sidebar ul li a:hover span {
  color: #fff;
}
.sidebar ul li a:hover b {
  background: rgba(236, 236, 236, 0.67);
  color: #fff;
}
.info-right {
  width: 875px;
  float: right;
}
.pro-list li {
  width: 260px;
  border: 1px solid #ccc;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
.pro-list li:hover img {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
}
.pro-list li:hover span {
  background: #f18120;
  color: #fff;
}
.pro-list li p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 274px;
  /* display: table-cell; */
  vertical-align: middle;
  text-align: center;
  /* background: #eee; */
  border-bottom: 1px solid #D4D4D4;
}
.pro-list li p img {
  max-width: 100%;
  height: 100%;
  display: block;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.pro-list li span {
  display: block;
  padding: 18px;
  background: #fff;
  text-align: center;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
/*adv*/
.adv {
  background: url("../images/abg.jpg") no-repeat center;
  height: 1733px;
}
.adv-con {
  overflow: hidden;
  position: relative;
  height: 1733px;
}
.adv-con ul li {
  width: 472px;
  position: absolute;
}
.adv-con ul li p {
  color: #f47b00;
  font-size: 28px;
  font-weight: bold;
}
.adv-con ul li p span {
  color: #545454;
}
.adv-con ul li em {
  display: block;
  font-size: 12px;
  color: #4f4f4f;
  font-style: normal;
  margin-bottom: 28px;
}
.adv-con ul li small {
  display: block;
  font-size: 14px;
  color: #707070;
  margin-bottom: 28px;
}
.adv-con ul li:nth-of-type(1) {
  top: 201px;
  right: -14px;
}
.adv-con ul li:nth-of-type(2) {
  top: 608px;
  left: 92px;
  width: 550px;
}
.adv-con ul li:nth-of-type(3) {
  top: 996px;
  right: -17px;
}
.adv-con ul li:nth-of-type(3) small {
  margin-bottom: 11px;
}
.adv-con ul li:nth-of-type(4) {
  bottom: 162px;
  left: 91px;
}
.adv-con ul li:nth-of-type(4) small {
  margin-bottom: 11px;
}
.adv-con .a_tel {
  position: absolute;
  left: 163px;
  bottom: 81px;
}
.adv-con .a_tel span {
  font-size: 14px;
  color: #1d1d1d;
}
.adv-con .a_tel b {
  display: block;
  font-size: 25px;
  color: #f47b00;
}
/*company*/
.company .com_top .wrapper {
  position: relative;
}
.company .com_top small {
  display: block;
  font-size: 14px;
  color: #bfbfbf;
  padding-top: 30px;
}
.company .com_top p {
  font-size: 34px;
  color: #2e2e2e;
  padding-bottom: 30px;
}
.company .com_top span {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 14px;
  color: #989898;
}
.company .com_top strong {
  width: 270px;
  line-height: 40px;
  height: 40px;
  background: #f18120;
  color: #fff;
  text-align: center;
  display: block;
}
.company .com_cen {
  height: 610px;
  background: url("../images/gybg.jpg") no-repeat center;
  position: relative;
}
.company .com_cen .com_sb {
  width: 220px;
  background: #0c53af;
  color: #fff;
  height: 565px;
  padding: 45px 25px 0;
  position: relative;
  z-index: 3;
}
.company .com_cen .com_sb b {
  display: block;
  font-size: 34px;
  color: #f18120;
  border-top: 2px solid #517aab;
  padding-top: 20px;
}
.company .com_cen .com_sb small {
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #517aab;
  padding-bottom: 20px;
  margin-bottom: 28px;
}
.company .com_cen .com_sb span {
  font-size: 14px;
  line-height: 25px;
}
.company .com_cen .com_sb a {
  display: block;
  margin: 20px 0;
}
.company .com_cen .com_sb em {
  font-style: normal;
  font-size: 16px;
  opacity: 0.8;
}
.company .com_num {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.69);
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
  z-index: 2;
}
.company .com_num ul {
  margin-left: 285px;
}
.company .com_num ul li {
  float: left;
  text-align: center;
  color: #fff;
  width: 300px;
  border-right: 1px solid #aeaeae;
}
.company .com_num ul li small {
  display: block;
  font-size: 14px;
}
.company .com_num ul li span {
  font-size: 90px;
  position: relative;
  font-weight: 300;
}
.company .com_num ul li span i {
  position: absolute;
  font-style: normal;
  right: -34px;
  top: 0;
  font-size: 50px;
}
.company .com_num ul li em {
  display: block;
  font-style: normal;
  font-size: 12px;
  color: #888888;
}
/*news*/
.news {
  overflow: hidden;
  padding: 40px 0;
}
.news .new_left {
  width: 776px;
  float: left;
  background: #f1f1f1;
}
.news .new_left .new_type {
  border: 2px solid #0c53af;
  box-sizing: border-box;
}
.news .new_left .new_type::after {
  display: block;
  content: '';
  clear: both;
}
.news .new_left .new_type a {
  display: block;
  width: 50%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-sizing: border-box;
  float: left;
}
.news .new_left .new_type a:nth-of-type(1) {
  background: #0c53af;
  color: #fff;
}
.news .new_left .new_type a:nth-of-type(1):after {
  display: block;
}
.news .new_left .new_type a:nth-of-type(2) {
  background: #fff;
}
.news .new_left .new_left_con {
  padding: 25px;
}
.news .new_left .new_left_con ol li {
  background: #fff;
  height: 52px;
  overflow: hidden;
  margin-bottom: 20px;
}
.news .new_left .new_left_con ol li a:hover b {
  color: #f18120;
}
.news .new_left .new_left_con ol li p {
  width: 75px;
  background: #f18120;
  color: #fff;
  text-align: center;
  float: left;
}
.news .new_left .new_left_con ol li p small {
  display: block;
  font-size: 24px;
}
.news .new_left .new_left_con ol li p span {
  font-size: 14px;
}
.news .new_left .new_left_con ol li b {
  line-height: 52px;
  font-size: 14px;
  padding-left: 45px;
}
.news .new_left .new_left_con ol li em {
  line-height: 52px;
  color: #b2b2b2;
  font-size: 14px;
  float: right;
  padding-right: 40px;
  font-style: normal;
}
.news .new_left .new_one {
  overflow: hidden;
  margin-bottom: 32px;
}
.news .new_left .new_one a {
  color: #202020;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.news .new_left .new_one a:hover {
  color: #0c53af;
}
.news .new_left .new_one img {
  float: left;
  width: 264px;
  height: 167px;
  border: 2px solid #fff;
  display: block;
}
.news .new_left .new_one p {
  width: 440px;
  float: right;
  position: relative;
}
.news .new_left .new_one p b {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.news .new_left .new_one p small {
  font-size: 14px;
  line-height: 25px;
}
.news .new_left .new_one p em {
  font-style: normal;
  display: block;
  font-size: 14px;
  margin-top: 55px;
}
.news .newss_right {
  width: 380px;
  float: right;
}
.news .newss_right p {
  line-height: 50px;
  background: #0c53af;
  color: #fff;
  text-indent: 26px;
}
.news .newss_right p small {
  font-weight: 400;
}
.news .newss_right p a {
  float: right;
  padding-right: 26px;
  color: #fff;
  font-size: 14px;
}
.news .newss_right ul {
  background: #f1f1f1;
  padding: 0 20px 20px 20px;
}
.news .newss_right ul li {
  padding: 31px 0;
  border-bottom: 1px dashed #ccc;
}
.news .newss_right ul li b {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.news .newss_right ul li small {
  display: block;
  font-size: 14px;
  color: #3c3c3c;
}
.news .newss_right ul li a:hover b {
  color: #0c53af;
}
/*footer*/
footer {
  background: #3F3F3F;
}
.f_bottom {
  padding: 31px 0 31px 0;
  overflow: hidden;
}
.f_nav {
  background: #fff;
  overflow: hidden;
  margin-bottom: 35px;
}
.f_nav li {
  width: 150px;
  text-align: center;
  line-height: 70px;
  float: left;
}
.f_nav li a {
  display: block;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.f_nav li a:hover {
  background: #F18120;
  color: #fff;
}
.f_cen {
  float: left;
  padding: 60px 0;
}
.f_cen h1 {
  float: left;
}
.f_cen .f_p_tel {
  background: url("../images/ftel.png") no-repeat left center;
  padding: 5px 0 5px 65px;
  float: left;
  margin: 20px 65px 0 65px;
}
.f_cen .f_p_tel small {
  font-size: 14px;
  color: #F9F9F9;
}
.f_cen .f_p_tel b {
  display: block;
  font-size: 32px;
  color: #F9F9F9;
}
.f_cen .f_p_con {
  font-size: 14px;
  color: #F9F9F9;
  float: right;
  width: 405px;
}
.f_cen .f_p_con b {
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
}
.f_cen .f_p_con span {
  width: 50%;
  float: left;
  display: block;
  margin-bottom: 10px;
}
.f-right {
  float: right;
  margin-top: 25px;
  margin-top: 65px;
}
.f-right ul li {
  float: left;
  text-align: center;
  margin-left: 15px;
}
.f-right ul li small {
  display: block;
  color: #F9F9F9;
}
.f_login {
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
}
.f_login span {
  float: right;
  color: #DCDCDC;
}
.f_login span a{color: #DCDCDC;}
.f_login a {
  color: #3e3e3e;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.f_login a:hover {
  text-decoration: underline;
}
.newsList ul li {
  padding: 15px 0;
  min-height: 160px;
  overflow: hidden;
  border-bottom: 1px dotted #ddd;
  position: relative;
  width: 100%;
}
.newsList ul li img {
  width: 235px;
  height: 160px;
  padding: 2px;
  border: 1px solid #eee;
  border-radius: 2px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 15px;
}
.newsList ul li .details {
  margin-left: 260px;
}
.newsList ul li .details h2 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
  color: #0c53af;
}
.newsList ul li .details p {
  line-height: 2.0;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.newsList ul li .details:hover p {
  color: #f18120;
}
/*sidebar*/
.s_b_con {
  background: #fff;
  padding: 20px;
}
.s_b_con li {
  font-size: 14px;
  margin-bottom: 5px;
}
button {
  outline: none;
}
.sidebar form {
  position: relative;
  margin-top: 15px;
  outline: none;
}
.sidebar form input[type=text] {
  display: block;
  line-height: 40px;
  height: 40px;
  background: #fff;
  text-indent: 10px;
  border-radius: 20px;
  border: 1px solid #ccc;
  width: 100%;
  outline: none;
}
.sidebar form input[type=submit] {
  display: block;
  width: 22px;
  height: 22px;
  background: url("../images/sch2.png") no-repeat center;
  border: 0;
  position: absolute;
  right: 10px;
  top: 11px;
  text-indent: -999rem;
}
.prev_next a:hover {
  color: #da0922;
}
.prev_next {
  font-size: 14px;
  margin-top: 20px;
}
div.page {
  margin: 20px 0 20px 0;
  clear: both;
  float: right;
  font-size: 14px;
}
div.page a {
  padding: 2px 5px;
  margin: 2px;
  color: #fff;
  text-decoration: none;
  background: #9b9b9b;
}
div.page a:hover {
  background: #5c5c5c;
}
div.page span.current {
  padding: 2px 8px;
  font-weight: 700;
  margin: 2px;
  color: #fff;
  background-color: #da0922;
}
div.page span.disabled {
  padding: 2px 5px;
  margin: 2px;
  color: #dddddd;
}
.prev_next .prev,
.prev_next .next {
  font-size: 13px;
  border-top: 1px solid #ccc;
  padding: 5px 25px;
}
.prev_next .prev a:hover,
.prev_next .next a:hover {
  color: #da0922;
}
.prev_next .prev {
  margin-top: 20px;
  background: url("../images/prev_bg.png") no-repeat left center;
  background-size: 18px;
}
.prev_next .next {
  border-bottom: 1px solid #ccc;
  background: url("../images/next_bg.png") no-repeat left center;
  background-size: 18px;
}
/*news*/
.new_right li {
  border-bottom: 1px dashed #999999;
  padding: 15px 0;
}
.new_right li:first-child {
  margin-top: 20px;
  padding-top: 0;
}
.new_right li p {
  overflow: hidden;
}
.new_right li b {
  float: left;
  color: #000;
  font-weight: bold;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.new_right li small {
  float: right;
  color: #666666;
  font-weight: 400;
}
.new_right li span {
  display: block;
  line-height: 26px;
  color: #666666;
  padding: 10px 0 0 0;
}
.new_right li:hover b {
  color: #085dbd;
}
/*jobs*/
ul.jobs li {
  border-bottom: 2px dotted #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 30px;
  padding-left: 20px;
  position: relative;
}
ul.jobs li a {
  display: block;
  position: absolute;
  background-color: #0c53af;
  color: #ffffff;
  padding: 1px 8px;
  top: 50px;
  left: 500px;
}
ul.jobs li a:hover {
  border-radius: 8px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
ul.jobs li strong {
  color: #b50000;
}
.zizhi {
  width: 880px;
}
.zizhi li {
  padding: 10px;
  border: 1px solid #ccc;
  float: left;
  margin: 0 24px 20px 0;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.zizhi li b {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.zizhi li img {
  display: block;
  width: 246px;
  height: 184px;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.zizhi li span {
  display: block;
  line-height: 40px;
  background: #ededed;
  text-align: center;
  color: #2e2e2e;
  font-size: 14px;
}
.zizhi li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.zizhi li:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.sub-page {
  padding-top: 60px;
  padding-bottom: 70px;
  overflow: hidden;
  background: #f2f2f2;
}
.sub-page .article {
  width: 860px;
  background: #fff;
  padding: 25px;
}
.sub-page .article .cat {
  height: 52px;
  line-height: 52px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
}
.sub-page .article .cat b {
  display: block;
  float: left;
  padding: 0 40px;
  background: #0c53af;
  color: #fff;
  font-size: 18px;
  height: 56px;
  line-height: 56px;
  margin-left: -2px;
  margin-top: -2px;
}
.sub-page .article .cat span {
  float: right;
  font-size: 14px;
  color: #666;
}
.sub-page .article .cat span a {
  color: #666;
}
.sub-page .article .cat span a:hover {
  color: #0c53af;
}
.sub-page .article .pro-tit {
  width: 600px;
}
.sub-page .article .pro-img {
  /* width: 400px; border: 3px solid #ccc; padding: 5px; margin-top: 20px; .swiper-container{width: 400px; margin-left: auto; margin-right: auto;} .swiper-wrapper{img{display: block;} } .gallery-thumbs{margin-top: 30px; .swiper-slide{width: 80px; opacity: 0.4; img{width: 80px; height: 80px; display: block;} } .swiper-slide-active{opacity: 1; border: 2px solid @color;} } */
}
.sub-page .article .pro-text {
  width: 400px;
  padding-top: 30px;
}
.sub-page .article .pro-text ul {
  font-size: 16px;
  line-height: 35px;
}
.sub-page .article .pro-text ul b {
  font-size: 24px;
  color: #e79934;
}
.sub-page .article .pro-text a.hs {
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background: #d1020c;
  border-radius: 4px;
  width: 250px;
}
.sub-page .article .pro-text a.hs:hover {
  background: #b1000a;
}
.sub-page .article h1.title {
  font-size: 24px;
  color: #2a2a2a;
  line-height: 54px;
}
.sub-page .article .desct {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
  background: #f1f1f1;
}
.sub-page .article .desct b {
  display: block;
  float: left;
  padding: 0 20px;
  background: #d1020c;
  color: #fff;
}
.sub-page .article .content {
  font-size: 15px;
  line-height: 30px;
  color: #333;
}
.sub-page .article .content object{display: block;margin: 0 auto;}
.sub-page .article .content img {
  max-width: 860px;
}
.sub-page .article .content table {
  width: 100% !important;
  text-align: center;
  max-width: 100% !important;
  table-layout: fixed;

}
.sub-page .article .content table td{
  word-wrap: break-word;
}
/*脙楼脜陆芒鈧犆兟偮幻嗏€�*/
.linian,
.list-paddingleft-2 {
  background: #f5f5f5;
  border: 5px solid #d5cfcf;
  padding: 80px 120px;
  font-family: "Microsoft YaHei";
}
.linian ul,
.list-paddingleft-2 ul {
  list-style: none;
}
.linian li,
.list-paddingleft-2 li {
  height: 60px;
  width: 100%;
  margin-bottom: 25px;
}
.linian li p.p_1,
.list-paddingleft-2 li p.p_1 {
  text-indent: 47px;
}
.linian li p.p_2,
.list-paddingleft-2 li p.p_2 {
  text-indent: 245px;
}
.linian li p.p_3,
.list-paddingleft-2 li p.p_3 {
  text-indent: 335px;
}
.linian li p.ptitle,
.list-paddingleft-2 li p.ptitle {
  font-size: 20px;
  display: block;
  font-weight: bold;
  text-align: left;
}
strong {
  /*color: #db3620;*/
}
.linian li p.pnr,
.list-paddingleft-2 p.pnr {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 10px;
  color: #000;
  text-align: left;
  margin: 5px 0 0 0;
}
/*脙楼脗聬脣鈥犆兟っ偮矫呪€溍兟っ偮济⑩€灺⒚兟っ偮济偮�*/
.shi_ul {
  width: 950px;
}
.shi_ul li {
  float: left;
  width: 196px;
  height: 147px;
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
  margin: 0 10px 15px 10px;
}
.shi_ul li img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
</pre></body></html>